From: Kim F. Storm Date: Tue, 18 Nov 2003 23:42:40 +0000 (+0000) Subject: (struct it): New member start. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24959 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b695468c413a6653383a6aea24190d0d287f8de2;p=emacs.git (struct it): New member start. --- diff --git a/src/dispextern.h b/src/dispextern.h index 615d1a02670..131852967b8 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1778,6 +1778,10 @@ struct it thus we need at most 16 bytes here. */ Lisp_Object ctl_chars[16]; + /* Initial buffer or string position of the iterator, before skipping + over display properties and invisible text. */ + struct display_pos start; + /* Current buffer or string position of the iterator, including position in overlay strings etc. */ struct display_pos current;